From dfe670725ce50c49acf47532e427e1964b7e6989 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 23 Oct 2018 23:14:32 -0500 Subject: [PATCH] Use twine instead of setup.py to check --- tox.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 756fce9..e051fb7 100644 --- a/tox.ini +++ b/tox.ini @@ -9,14 +9,16 @@ basepython = py37: python3.7 deps = check-manifest - {py34,py35,py36,py37}: readme_renderer + cmarkgfm flake8 pytest pytest-cov + twine # coverage commands = check-manifest - {py34,py35,py36,py37}: python setup.py check -m -r -s + python setup.py sdist + twine check dist/* flake8 . py.test --cov=pgwui_core tests/ # coverage run --source src/pgwui_core -m py.test -- 2.34.1